home *** CD-ROM | disk | FTP | other *** search
- /*ntalk.amirx*/
-
- options results
- getselecteduser
- nuser=result
- userhost nuser
- name = result
- parse var name user '@' host
- if ~show(l, "rexxsupport.library") then
- if ~addlib("rexxsupport.library", 0, -30) then
- exit
- IF ~SHOW('P','AMTALK') THEN DO /* Already there */
- ADDRESS COMMAND 'run >nil: AmTalk '
- address
- waitforport amtalk
- end
- address amtalk
- talk user host
- exit
- end
-